gdk[cairo|gl]context-win32.c: Use gdk_win32_surface_handle_queued_move_resize()
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 5 Aug 2020 02:43:11 +0000 (10:43 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 5 Aug 2020 08:23:14 +0000 (16:23 +0800)
commit46a8a3fe31aa539f4d557b6501a84149d9ae9b28
tree2710ddcfae2c4352c8c37188255a113774c769be
parentc6ada2a329fdb748e03a9ddb4c15bce77f5c1c42
gdk[cairo|gl]context-win32.c: Use gdk_win32_surface_handle_queued_move_resize()

Use the shared function that was added in the previous commit, to simplify
things.

Also make gdk_win32_surface_get_queued_window_rect() and
gdk_win32_surface_apply_queued_move_resize() back into static functions, since
they are now used only by the code in gdksurface-win32.c
gdk/win32/gdkcairocontext-win32.c
gdk/win32/gdkglcontext-win32.c
gdk/win32/gdksurface-win32.c
gdk/win32/gdksurface-win32.h